Union mount
A union mount is a mount that allows several filesystems to be mounted at one time, appearing to be one filesystem.
Rather than mounting each filesystem at a different place in the directory hierarchy, a union mount overlays the filesystems, creating a unified hierarchy. Thus, any given directory (or "folder") in the resulting filesystem may contain files and subdirectories from any or all of the underlying filesystems.
Generally one of the filesystems will be mounted read-write, while other filesystems are mounted read-only.
Union mounts are implemented by a union filesystem such as UnionFS and AUFS. They originated with Plan 9 and its concept of union directories.
Bibliography
- Pendry, Jan-Simon; Marshall Kirk McKusick (December 1995). "Union Mounts in 4.4BSD-Lite". Proceedings of the USENIX Technical Conference on UNIX and Advanced Computing Systems: 25–33. http://www.usenix.org/publications/library/proceedings/neworl/full_papers/mckusick.a. Retrieved 2007-11-25.
- Wright, Charles P.; Jay Dave, Puja Gupta, Harikesavan Krishnan, Erez Zadok, and Mohammad Nayyer Zubair. "Versatility and Unix Semantics in a Fan-Out Unification File System". Stony Brook University Technical Report FSL-04-01b. http://www.filesystems.org/docs/unionfs-tr/index.html. Retrieved 2007-11-25.
- Aurora, Valerie; Henson (March 2009). "Unioning file systems: Architecture, features, and design choices". lwn.net. http://lwn.net/Articles/324291/. Retrieved 2009-12-21.
- Aurora, Valerie; Henson (March 2009). "Union file systems: Implementations, part I". lwn.net. http://lwn.net/Articles/325369/. Retrieved 2009-12-21.
- Aurora, Valerie; Henson (April 2009). "Unioning file systems: Implementations, part 2". lwn.net. http://lwn.net/Articles/327738/. Retrieved 2009-12-21.
- Blunck, Jan (May 2009). "VFS based Union Mount (V3)". lwn.net. http://lwn.net/Articles/333589/. Retrieved 2009-12-21.